home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / rbcomm34.zip / CPOINT.MAC < prev    next >
Text File  |  1993-01-03  |  260b  |  14 lines

  1. ; RBcomm macro file for logging on to the Central Point Software BBS
  2. ;  by Ralf Brown
  3. ;
  4. #include "rbcomm"
  5. Auto    MULTI
  6.     WAITFOR 10 "ANSI?"
  7.     TEXT    "n\r"
  8.     WAITFOR 20 "type \"new\""
  9.     TEXT    "UserName\r"
  10.     WAITFOR 5 "password:"
  11.     PASSWORD
  12.     TEXT    "\r"
  13.     END
  14.